This page last changed on Dec 13, 2004 by casey.

Velocity

该结果模拟JSP运行环境, 显示Velocity模版结果并直接输出到servlet输出流.

参数 必需 描述
location 执行后跳转的位置
parse 缺省为true. 如果设为false, location参数将不作为Ognl表达式进行解析
<result name="success" type="velocity">
    <param name="location">foo.vm</param>
</result>
Document generated by Confluence on Dec 14, 2004 16:37